[INFO] cloning repository https://github.com/Livewirez/hunt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Livewirez/hunt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLivewirez%2Fhunt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLivewirez%2Fhunt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8da9b6e05886c81e776d0bcff9e86ec19461435b
[INFO] fixing Livewirez/hunt against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLivewirez%2Fhunt" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Livewirez/hunt
[INFO] finished tweaking git repo https://github.com/Livewirez/hunt
[INFO] tweaked toml for git repo https://github.com/Livewirez/hunt written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Livewirez/hunt on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Livewirez/hunt already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ctrlc v3.5.2
[INFO] [stderr]   Downloaded nix v0.31.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b3c781edff6e837c18fe3a78174a9debb28a2f4c23074c62568e18479fc232ae
[INFO] running `Command { std: "docker" "start" "b3c781edff6e837c18fe3a78174a9debb28a2f4c23074c62568e18479fc232ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b3c781edff6e837c18fe3a78174a9debb28a2f4c23074c62568e18479fc232ae" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b3c781edff6e837c18fe3a78174a9debb28a2f4c23074c62568e18479fc232ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b3c781edff6e837c18fe3a78174a9debb28a2f4c23074c62568e18479fc232ae" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]     Checking hunt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `fmt::Display` and `os::raw::c_char`
[INFO] [stdout]  --> src/lib.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{os::raw::c_char, fmt::Display, borrow::Cow};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `const_char_p`
[INFO] [stdout]  --> src/lib.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | macro_rules! const_char_p {
[INFO] [stdout]   |              ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLogicalDrives` in this scope
[INFO] [stdout]    --> src/lib.rs:86:35
[INFO] [stdout]     |
[INFO] [stdout]  86 |     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | pub fn PrintLogicalDrives() {
[INFO] [stdout]     | --------------------------- similarly named function `PrintLogicalDrives` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  86 -     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout]  86 +     let logical_drives = unsafe { PrintLogicalDrives() };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLogicalDrives` in this scope
[INFO] [stdout]    --> src/lib.rs:116:35
[INFO] [stdout]     |
[INFO] [stdout] 116 |     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | pub fn PrintLogicalDrives() {
[INFO] [stdout]     | --------------------------- similarly named function `PrintLogicalDrives` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 116 -     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout] 116 +     let logical_drives = unsafe { PrintLogicalDrives() };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLogicalDrives` in this scope
[INFO] [stdout]    --> src/lib.rs:147:35
[INFO] [stdout]     |
[INFO] [stdout] 147 |     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | pub fn PrintLogicalDrives() {
[INFO] [stdout]     | --------------------------- similarly named function `PrintLogicalDrives` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 147 -     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout] 147 +     let logical_drives = unsafe { PrintLogicalDrives() };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `fmt::Display` and `os::raw::c_char`
[INFO] [stdout]  --> src/lib.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{os::raw::c_char, fmt::Display, borrow::Cow};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `const_char_p`
[INFO] [stdout]  --> src/lib.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | macro_rules! const_char_p {
[INFO] [stdout]   |              ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLogicalDriveStringsW` in this scope
[INFO] [stdout]    --> src/lib.rs:180:26
[INFO] [stdout]     |
[INFO] [stdout] 180 |     drive_len = unsafe { GetLogicalDriveStringsW(1024, buffer_ptr) };
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLogicalDriveStringsW` in this scope
[INFO] [stdout]    --> src/lib.rs:230:26
[INFO] [stdout]     |
[INFO] [stdout] 230 |     drive_len = unsafe { GetLogicalDriveStringsW(1024, buffer_ptr) };
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLogicalDrives` in this scope
[INFO] [stdout]    --> src/lib.rs:270:35
[INFO] [stdout]     |
[INFO] [stdout] 270 |     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope
[INFO] [stdout]    --> src/lib.rs:273:30
[INFO] [stdout]     |
[INFO] [stdout] 273 |         let error = unsafe { GetLastError() };
[INFO] [stdout]     |                              ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLogicalDrives` in this scope
[INFO] [stdout]    --> src/lib.rs:86:35
[INFO] [stdout]     |
[INFO] [stdout]  86 |     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | pub fn PrintLogicalDrives() {
[INFO] [stdout]     | --------------------------- similarly named function `PrintLogicalDrives` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  86 -     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout]  86 +     let logical_drives = unsafe { PrintLogicalDrives() };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope
[INFO] [stdout]    --> src/lib.rs:378:36
[INFO] [stdout]     |
[INFO] [stdout] 378 |     let error_code: u32 = unsafe { GetLastError() };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FormatMessageW` in this scope
[INFO] [stdout]    --> src/lib.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         FormatMessageW(
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLogicalDrives` in this scope
[INFO] [stdout]    --> src/lib.rs:116:35
[INFO] [stdout]     |
[INFO] [stdout] 116 |     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | pub fn PrintLogicalDrives() {
[INFO] [stdout]     | --------------------------- similarly named function `PrintLogicalDrives` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 116 -     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout] 116 +     let logical_drives = unsafe { PrintLogicalDrives() };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLogicalDrives` in this scope
[INFO] [stdout]    --> src/lib.rs:147:35
[INFO] [stdout]     |
[INFO] [stdout] 147 |     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | pub fn PrintLogicalDrives() {
[INFO] [stdout]     | --------------------------- similarly named function `PrintLogicalDrives` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 147 -     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout] 147 +     let logical_drives = unsafe { PrintLogicalDrives() };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLogicalDriveStringsW` in this scope
[INFO] [stdout]    --> src/lib.rs:180:26
[INFO] [stdout]     |
[INFO] [stdout] 180 |     drive_len = unsafe { GetLogicalDriveStringsW(1024, buffer_ptr) };
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLogicalDriveStringsW` in this scope
[INFO] [stdout]    --> src/lib.rs:230:26
[INFO] [stdout]     |
[INFO] [stdout] 230 |     drive_len = unsafe { GetLogicalDriveStringsW(1024, buffer_ptr) };
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLogicalDrives` in this scope
[INFO] [stdout]    --> src/lib.rs:270:35
[INFO] [stdout]     |
[INFO] [stdout] 270 |     let logical_drives = unsafe { GetLogicalDrives() };
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope
[INFO] [stdout]    --> src/lib.rs:273:30
[INFO] [stdout]     |
[INFO] [stdout] 273 |         let error = unsafe { GetLastError() };
[INFO] [stdout]     |                              ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope
[INFO] [stdout]    --> src/lib.rs:378:36
[INFO] [stdout]     |
[INFO] [stdout] 378 |     let error_code: u32 = unsafe { GetLastError() };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FormatMessageW` in this scope
[INFO] [stdout]    --> src/lib.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         FormatMessageW(
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hunt` (lib test) due to 9 previous errors; 2 warnings emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `hunt` (lib) due to 9 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b3c781edff6e837c18fe3a78174a9debb28a2f4c23074c62568e18479fc232ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3c781edff6e837c18fe3a78174a9debb28a2f4c23074c62568e18479fc232ae", kill_on_drop: false }`
[INFO] [stdout] b3c781edff6e837c18fe3a78174a9debb28a2f4c23074c62568e18479fc232ae
